GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR / GetCharacterAlternativeValue Method





In This Topic
GetCharacterAlternativeValue Method (IGdPictureOCR)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(107)>
Function GetCharacterAlternativeValue( _
   ByVal OCRResultID As String, _
   ByVal CharacterIdx As Integer, _
   ByVal AlternativeIdx As Integer _
) As String
[DispId(107)]
string GetCharacterAlternativeValue( 
   string OCRResultID,
   int CharacterIdx,
   int AlternativeIdx
)
function GetCharacterAlternativeValue( 
    OCRResultID: String;
    CharacterIdx: Integer;
    AlternativeIdx: Integer
): String; 
DispIdAttribute(107)
function GetCharacterAlternativeValue( 
   OCRResultID : String,
   CharacterIdx : int,
   AlternativeIdx : int
) : String;
[DispId(107)]
string* GetCharacterAlternativeValue( 
   string* OCRResultID,
   int CharacterIdx,
   int AlternativeIdx
) 
[DispId(107)]
String^ GetCharacterAlternativeValue( 
   String^ OCRResultID,
   int CharacterIdx,
   int AlternativeIdx
) 

Parameters

OCRResultID
CharacterIdx
AlternativeIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR
IGdPictureOCR Members